home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / UNPROT.LZH / MYM40.UNP < prev    next >
Text File  |  1988-02-03  |  2KB  |  56 lines

  1.     Unprotect for MANAGING YOUR MONEY version 4.00 by MECA...
  2.        by Mary Burkoff
  3.        Assembly Language Guru
  4.  
  5.     2/1/88
  6.  
  7.     Sorry this one took so long, but it's hard to get the damn
  8.       program to "trigger" and ask for an "authenticity check".
  9.     This unprotect works for MYM.EXE dated 11-24-87  6:06pm
  10.       It may work for other version 4.0's. It's worth trying.
  11.  
  12.     This removes all copy protection from the program. You'll never get
  13.       another "authenticity check", otherwise there's no difference
  14.       to the user.
  15.  
  16.     We will use DOS DEBUG for this:
  17.       MMMM,XXXX,YYYY,ZZZZ = HEX numbers you'll encounter in this adventure.
  18.  
  19.     from the DOS prompt:
  20.  
  21.     REN MYM.EXE DICK <return>
  22.     DEBUG DICK <return>
  23.  
  24.       (now you're in DEBUG)
  25.  
  26.     -S 0000 FFFF E9 49 FC <return>
  27.       (you should get a hex number) XXXX:YYYY
  28.       (if not, wrong version of MYM, please tell me if a new version 4.0)
  29.  
  30.     SUBTRACT 5 FROM YYYY (REMEMBER THIS IS HEX!)... ZZZZ = YYYY - 5
  31.        (for example if YYYY = E512, then ZZZZ = E50D etc.)
  32.  
  33.     -U DS:ZZZZ L5 <return>
  34.       (you should get)
  35.      XXXX:ZZZZ   9AMMMM0000    CALL    0000:MMMM (exact MMMM doesn't matter)
  36.       (if not, wrong version of MYM, please tell me if a new version 4.0)
  37.  
  38.     -E DS:ZZZZ E9 4E FC <return>
  39.  
  40.     -W <return>
  41.        Writing 1BB11 bytes (may not be 1BB11 if different release)
  42.  
  43.     -Q <return>
  44.  
  45.       (Now you're back in DOS)
  46.     REN DICK MYM.EXE <return>
  47.  
  48.       (All done)
  49.  
  50.  
  51.             Comments, Suggestions, Thanks appreciated.
  52.  
  53.                Mary Burkoff
  54.                Atlanta PCUG
  55.                1-404-433-0062 (Data)
  56.